fix gcc compile error due to misplaced declaration
authorparkrrrr <parkrrrr>
Tue, 2 Sep 2003 18:25:22 +0000 (18:25 +0000)
committerparkrrrr <parkrrrr>
Tue, 2 Sep 2003 18:25:22 +0000 (18:25 +0000)
tiger.c

diff --git a/tiger.c b/tiger.c
index 3233202e8dbd78d7c6c2ae787425e118148b8c58..17c829b8078e00c0db52e80f3317a68a81b232de 100644 (file)
--- a/tiger.c
+++ b/tiger.c
@@ -171,12 +171,12 @@ map_plot(const waypoint *wpt)
 static void
 data_write(void)
 {
+       double latsz,lonsz;
        maxlat = -9999.0;
        maxlon = -9999.0;
        minlat = 9999.0;
        minlon = 9999.0;
        rec_cnt = 0;
-       double latsz,lonsz;
 
        if (snlen)
                short_length = atoi(snlen);